home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 003 / motorola / Sources / h / proto < prev    next >
Text File  |  1993-07-17  |  2KB  |  88 lines

  1. /* file C.OUTPUT 
  2. void stable(struct nlist *ptr, FILE *);
  3. void cros(struct nlist *point, FILE *);*/
  4.  
  5.  
  6. /* file C.AS */
  7. void initialize (void);
  8. void re_init (void);
  9. void make_pass(void);
  10. int parse_line(void);
  11. void process(void);
  12. char *FGETS(char *, int, register FILE *);
  13.  
  14. /* file C.UTIL */
  15. void fatal(char *);
  16. void error(char *);
  17. void warn(char *);
  18. void note(char *);
  19. int delim(char);
  20. char *skip_white(char *);
  21. void eword(int);
  22. int emit(unsigned char);
  23. void f_record(void);
  24. void f_S9(void);
  25. void hexout(int);
  26. void print_line(void);
  27. void print_cycles(void);
  28. int any(char, char *);
  29. char mapdn(char);
  30. unsigned char lobyte(int);
  31. unsigned char hibyte(int);
  32. int head(char *, char *);
  33. int alpha(char);
  34. int alphan(char);
  35. int white(char);
  36. char *alloc(int);
  37. void pouterror(int, char *);
  38. void NewPage(void);
  39. char *strsave(char *);
  40. int FNameGet(char *);
  41. char *LastChar(char *);
  42.  
  43. /* file C.DO11 - C.DO5*/
  44. void localinit(void);
  45. void do_op(int, int);
  46. int bitop(int, int, int);
  47. #ifdef HC11
  48.         void do_gen(int, int, int, int, int);
  49. #else 
  50.         void do_gen(int, int);
  51. #endif
  52. void do_indexed(int);
  53. void epage(int);
  54.  
  55. /* file C.EVAL */
  56. int eval(void);
  57. int is_op(char);
  58. int get_term(void);
  59.  
  60. /* file C.FFWDANSI */
  61. void fwdinit(void);
  62. void fwdreinit(void);
  63. void fwdmark(void);
  64. void fwdnext(void);
  65. void fwd_done(void);
  66.  
  67.  
  68. /* file C.PSEUDO */
  69. void do_pseudo(int);
  70. void PC_Exchange(int);
  71.  
  72. /* file C.SYMTAB */
  73. int install(char *, int);
  74. struct nlist *lookup(char *);
  75. struct oper *mne_look(char *);
  76.  
  77. /* file C.IFD */      
  78. void IfMachine(int);
  79. int GetToken(void);
  80. int eval_ifd(void);
  81. int eval_ifnd(void);
  82.  
  83.  
  84. /* file C.ERROR */    
  85. void errorFinish(void);
  86. void errorInit(int , char *);
  87. /*static void TB(int, int, char *); */
  88.